projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05e867
)
(USE_MAC_TSM): Set default to 1 on Mac OS X.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 3 Jun 2006 02:33:43 +0000
(
02:33
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 3 Jun 2006 02:33:43 +0000
(
02:33
+0000)
src/macgui.h
patch
|
blob
|
history
diff --git
a/src/macgui.h
b/src/macgui.h
index f7005600d4303f9aed7a3fc0595522f45b91f612..a93131e565ec1b4a91cc4b495c81728bbebbde70 100644
(file)
--- a/
src/macgui.h
+++ b/
src/macgui.h
@@
-110,6
+110,13
@@
typedef unsigned long Time;
#endif
#endif
+/* Whether to use Text Services Manager. */
+#ifndef USE_MAC_TSM
+#ifdef MAC_OSX
+#define USE_MAC_TSM 1
+#endif
+#endif
+
typedef WindowPtr Window;
typedef GWorldPtr Pixmap;